on () { // 判断PC端二级所处位置 $(".bossgoo-header-nav51 .nav51-nav li").hover(function (e) { let listOffset = $(this).offset(); if ($("body").width() - listOffset.left - $(this).find(".nav51-dropdown1").outerWidth() < 300) { $(this).find(".nav51-dropdown1").css({ "left": "auto", "right": "0" }) } else { $(this).find(".nav51-dropdown1").css({ "left": "0", "right": "auto" }) } if ($("body").width() - listOffset.left - $(this).find(".nav51-dropdown2").outerWidth() < 300) { $(this).find(".nav51-dropdown2").css({ "left": "auto", "right": "100%" }) } else { $(this).find(".nav51-dropdown2").css({ "left": "100%", "right": "auto" }) } }) })
Home> Products>

All Products

(Total 76 Products)

Choose another language
×